Build Log
  

Rebuild started: Project: COMServerPS, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "k:\ProC#\Interop\COMServer\COMServer\DebugPS\BAT00002E347287464.bat" with contents
[
@echo off

if exist dlldata.c goto :END

echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.

Exit 1

:END



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Checking for required files"

exit 1

:VCEnd
]
Creating command line """k:\ProC#\Interop\COMServer\COMServer\DebugPS\BAT00002E347287464.bat"""
Creating temporary file "k:\ProC#\Interop\COMServer\COMServer\DebugPS\RSP00002F347287464.rsp" with contents
[
/D "WIN32" /D "_WIN32_WINNT=0x0500" /D "REGISTER_PROXY_DLL" /D "_DEBUG" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MDd /Fo"DebugPS\\" /Fd"DebugPS\vc90.pdb" /c /TC ".\dlldata.c"

".\COMServer_p.c"

".\COMServer_i.c"
]
Creating command line "cl.exe @"k:\ProC#\Interop\COMServer\COMServer\DebugPS\RSP00002F347287464.rsp" /nologo /errorReport:prompt"
Creating temporary file "k:\ProC#\Interop\COMServer\COMServer\DebugPS\RSP000030347287464.rsp" with contents
[
/OUT:"DebugPS\COMServerPS.dll" /DLL /MANIFEST /MANIFESTFILE:"DebugPS\COMServerPS.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:"COMServerPS.def" /DYNAMICBASE /NXCOMPAT kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\DebugPS\COMServer_i.obj"

".\DebugPS\COMServer_p.obj"

".\DebugPS\dlldata.obj"
]
Creating command line "link.exe @"k:\ProC#\Interop\COMServer\COMServer\DebugPS\RSP000030347287464.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Checking for required files
Compiling...
dlldata.c
COMServer_p.c
COMServer_i.c
Generating Code...
Linking...
LINK : fatal error LNK1181: cannot open input file 'rpcndr.lib'
Results
  
Build log was saved at "file://k:\ProC#\Interop\COMServer\COMServer\DebugPS\BuildLog.htm"
COMServerPS - 1 error(s), 0 warning(s)